-
Notifications
You must be signed in to change notification settings - Fork 12
Migrate random to pyproject.toml
from setup.py
#62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
057f53c
to
091f047
Compare
@vtavana
did you see this at all with |
pyproject toml
from setup.py
pyproject.toml
from setup.py
9abf583
to
b9544d8
Compare
@ekomarova |
Thanks, @ndgrigorian! As soon as there is a tag that includes these changes, I can rebuild mkl_random to include this in the internal recipe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @ndgrigorian!
bca1fd8
to
e7beee2
Compare
12a73eb
to
fe5dfe1
Compare
Prevents deprecation warning when building
Already a run dependency
Use no-deps to use oneAPI in environment
Also fix formatting in pyproject.toml
Co-authored-by: Vahid Tavanashad <[email protected]>
avoids call to deprecated `get_info` from numpy.distutils
fe5dfe1
to
af95b70
Compare
numpy_build_version->numpy_version Test with same version of NumPy as build Co-authored-by: Vahid Tavanashad <[email protected]>
af95b70
to
482aa53
Compare
This PR migrates
mkl_random
topyproject.toml
fromsetup.py
Also adjusts build system, removing
mkl-service
as a test requirement (it was previously added as part of a work-around, which was removed) and moves to usepython -m pip install
in build scripts instead of callingsetup.py
and updates min NumPy version